home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / rhythmbox / song-info.ui < prev    next >
Extensible Markup Language  |  2009-11-03  |  29KB  |  655 lines

  1. <?xml version="1.0"?>
  2. <interface>
  3.   <!-- interface-requires gtk+ 2.12 -->
  4.   <!-- interface-naming-policy toplevel-contextual -->
  5.   <object class="GtkNotebook" id="song_info_vbox">
  6.     <property name="visible">True</property>
  7.     <property name="can_focus">True</property>
  8.     <property name="border_width">5</property>
  9.     <child>
  10.       <object class="GtkVBox" id="song_info_basic">
  11.         <property name="visible">True</property>
  12.         <property name="orientation">vertical</property>
  13.         <property name="spacing">6</property>
  14.         <child>
  15.           <object class="GtkTable" id="song_info_table">
  16.             <property name="visible">True</property>
  17.             <property name="border_width">12</property>
  18.             <property name="n_rows">7</property>
  19.             <property name="n_columns">2</property>
  20.             <property name="column_spacing">12</property>
  21.             <property name="row_spacing">6</property>
  22.             <child>
  23.               <object class="GtkEntry" id="song_info_title">
  24.                 <property name="visible">True</property>
  25.                 <property name="can_focus">True</property>
  26.                 <property name="invisible_char">●</property>
  27.                 <property name="activates_default">True</property>
  28.                 <accessibility>
  29.                   <relation type="labelled-by" target="title_label"/>
  30.                 </accessibility>
  31.               </object>
  32.               <packing>
  33.                 <property name="left_attach">1</property>
  34.                 <property name="right_attach">2</property>
  35.                 <property name="y_options"></property>
  36.               </packing>
  37.             </child>
  38.             <child>
  39.               <object class="GtkEntry" id="song_info_artist">
  40.                 <property name="visible">True</property>
  41.                 <property name="can_focus">True</property>
  42.                 <property name="invisible_char">●</property>
  43.                 <property name="activates_default">True</property>
  44.                 <accessibility>
  45.                   <relation type="labelled-by" target="artist_label"/>
  46.                 </accessibility>
  47.               </object>
  48.               <packing>
  49.                 <property name="left_attach">1</property>
  50.                 <property name="right_attach">2</property>
  51.                 <property name="top_attach">1</property>
  52.                 <property name="bottom_attach">2</property>
  53.                 <property name="y_options"></property>
  54.               </packing>
  55.             </child>
  56.             <child>
  57.               <object class="GtkEntry" id="song_info_album">
  58.                 <property name="visible">True</property>
  59.                 <property name="can_focus">True</property>
  60.                 <property name="invisible_char">●</property>
  61.                 <property name="activates_default">True</property>
  62.                 <accessibility>
  63.                   <relation type="labelled-by" target="album_label"/>
  64.                 </accessibility>
  65.               </object>
  66.               <packing>
  67.                 <property name="left_attach">1</property>
  68.                 <property name="right_attach">2</property>
  69.                 <property name="top_attach">2</property>
  70.                 <property name="bottom_attach">3</property>
  71.                 <property name="y_options"></property>
  72.               </packing>
  73.             </child>
  74.             <child>
  75.               <object class="GtkLabel" id="album_label">
  76.                 <property name="visible">True</property>
  77.                 <property name="xalign">0</property>
  78.                 <property name="label" translatable="yes">_Album:</property>
  79.                 <property name="use_underline">True</property>
  80.                 <property name="mnemonic_widget">song_info_album</property>
  81.               </object>
  82.               <packing>
  83.                 <property name="top_attach">2</property>
  84.                 <property name="bottom_attach">3</property>
  85.                 <property name="x_options">GTK_FILL</property>
  86.                 <property name="y_options">GTK_FILL</property>
  87.               </packing>
  88.             </child>
  89.             <child>
  90.               <object class="GtkLabel" id="title_label">
  91.                 <property name="visible">True</property>
  92.                 <property name="xalign">0</property>
  93.                 <property name="label" translatable="yes">_Title:</property>
  94.                 <property name="use_underline">True</property>
  95.                 <property name="mnemonic_widget">song_info_title</property>
  96.               </object>
  97.               <packing>
  98.                 <property name="x_options">GTK_FILL</property>
  99.                 <property name="y_options">GTK_FILL</property>
  100.               </packing>
  101.             </child>
  102.             <child>
  103.               <object class="GtkLabel" id="trackn_label">
  104.                 <property name="visible">True</property>
  105.                 <property name="xalign">0</property>
  106.                 <property name="label" translatable="yes">_Track number:</property>
  107.                 <property name="use_underline">True</property>
  108.                 <property name="mnemonic_widget">song_info_track_cur</property>
  109.               </object>
  110.               <packing>
  111.                 <property name="top_attach">4</property>
  112.                 <property name="bottom_attach">5</property>
  113.                 <property name="x_options">GTK_FILL</property>
  114.                 <property name="y_options"></property>
  115.               </packing>
  116.             </child>
  117.             <child>
  118.               <object class="GtkLabel" id="genre_label">
  119.                 <property name="visible">True</property>
  120.                 <property name="xalign">0</property>
  121.                 <property name="label" translatable="yes">_Genre:</property>
  122.                 <property name="use_underline">True</property>
  123.                 <property name="mnemonic_widget">song_info_genre</property>
  124.               </object>
  125.               <packing>
  126.                 <property name="top_attach">3</property>
  127.                 <property name="bottom_attach">4</property>
  128.                 <property name="x_options">GTK_FILL</property>
  129.                 <property name="y_options"></property>
  130.               </packing>
  131.             </child>
  132.             <child>
  133.               <object class="GtkEntry" id="song_info_track_cur">
  134.                 <property name="visible">True</property>
  135.                 <property name="can_focus">True</property>
  136.                 <property name="invisible_char">●</property>
  137.                 <property name="activates_default">True</property>
  138.                 <property name="width_chars">3</property>
  139.                 <accessibility>
  140.                   <relation type="labelled-by" target="trackn_label"/>
  141.                 </accessibility>
  142.               </object>
  143.               <packing>
  144.                 <property name="left_attach">1</property>
  145.                 <property name="right_attach">2</property>
  146.                 <property name="top_attach">4</property>
  147.                 <property name="bottom_attach">5</property>
  148.                 <property name="y_options"></property>
  149.               </packing>
  150.             </child>
  151.             <child>
  152.               <object class="GtkEntry" id="song_info_genre">
  153.                 <property name="visible">True</property>
  154.                 <property name="can_focus">True</property>
  155.                 <property name="invisible_char">●</property>
  156.                 <property name="activates_default">True</property>
  157.                 <accessibility>
  158.                   <relation type="labelled-by" target="genre_label"/>
  159.                 </accessibility>
  160.               </object>
  161.               <packing>
  162.                 <property name="left_attach">1</property>
  163.                 <property name="right_attach">2</property>
  164.                 <property name="top_attach">3</property>
  165.                 <property name="bottom_attach">4</property>
  166.                 <property name="y_options"></property>
  167.               </packing>
  168.             </child>
  169.             <child>
  170.               <object class="GtkLabel" id="artist_label">
  171.                 <property name="visible">True</property>
  172.                 <property name="xalign">0</property>
  173.                 <property name="label" translatable="yes">_Artist:</property>
  174.                 <property name="use_underline">True</property>
  175.                 <property name="mnemonic_widget">song_info_artist</property>
  176.               </object>
  177.               <packing>
  178.                 <property name="top_attach">1</property>
  179.                 <property name="bottom_attach">2</property>
  180.                 <property name="x_options">GTK_FILL</property>
  181.                 <property name="y_options"></property>
  182.               </packing>
  183.             </child>
  184.             <child>
  185.               <object class="GtkLabel" id="discn_label">
  186.                 <property name="visible">True</property>
  187.                 <property name="xalign">0</property>
  188.                 <property name="label" translatable="yes">_Disc number:</property>
  189.                 <property name="use_underline">True</property>
  190.                 <property name="mnemonic_widget">song_info_disc_cur</property>
  191.               </object>
  192.               <packing>
  193.                 <property name="top_attach">5</property>
  194.                 <property name="bottom_attach">6</property>
  195.                 <property name="x_options">GTK_FILL</property>
  196.                 <property name="y_options"></property>
  197.               </packing>
  198.             </child>
  199.             <child>
  200.               <object class="GtkEntry" id="song_info_disc_cur">
  201.                 <property name="visible">True</property>
  202.                 <property name="can_focus">True</property>
  203.                 <property name="invisible_char">●</property>
  204.                 <property name="activates_default">True</property>
  205.                 <accessibility>
  206.                   <relation type="labelled-by" target="discn_label"/>
  207.                 </accessibility>
  208.               </object>
  209.               <packing>
  210.                 <property name="left_attach">1</property>
  211.                 <property name="right_attach">2</property>
  212.                 <property name="top_attach">5</property>
  213.                 <property name="bottom_attach">6</property>
  214.                 <property name="y_options"></property>
  215.               </packing>
  216.             </child>
  217.             <child>
  218.               <object class="GtkEntry" id="song_info_year">
  219.                 <property name="visible">True</property>
  220.                 <property name="can_focus">True</property>
  221.                 <property name="invisible_char">●</property>
  222.                 <property name="activates_default">True</property>
  223.                 <accessibility>
  224.                   <relation type="labelled-by" target="year_label"/>
  225.                 </accessibility>
  226.               </object>
  227.               <packing>
  228.                 <property name="left_attach">1</property>
  229.                 <property name="right_attach">2</property>
  230.                 <property name="top_attach">6</property>
  231.                 <property name="bottom_attach">7</property>
  232.                 <property name="y_options"></property>
  233.               </packing>
  234.             </child>
  235.             <child>
  236.               <object class="GtkLabel" id="year_label">
  237.                 <property name="visible">True</property>
  238.                 <property name="xalign">0</property>
  239.                 <property name="label" translatable="yes">_Year:</property>
  240.                 <property name="use_underline">True</property>
  241.                 <property name="mnemonic_widget">song_info_year</property>
  242.               </object>
  243.               <packing>
  244.                 <property name="top_attach">6</property>
  245.                 <property name="bottom_attach">7</property>
  246.                 <property name="x_options">GTK_FILL</property>
  247.                 <property name="y_options"></property>
  248.               </packing>
  249.             </child>
  250.           </object>
  251.           <packing>
  252.             <property name="expand">False</property>
  253.             <property name="fill">False</property>
  254.             <property name="position">0</property>
  255.           </packing>
  256.         </child>
  257.         <child>
  258.           <object class="GtkHBox" id="song_info_error_box">
  259.             <property name="visible">True</property>
  260.             <property name="border_width">6</property>
  261.             <property name="spacing">6</property>
  262.             <child>
  263.               <object class="GtkImage" id="image1">
  264.                 <property name="visible">True</property>
  265.                 <property name="stock">gtk-dialog-error</property>
  266.                 <property name="icon-size">6</property>
  267.               </object>
  268.               <packing>
  269.                 <property name="expand">False</property>
  270.                 <property name="fill">False</property>
  271.                 <property name="position">0</property>
  272.               </packing>
  273.             </child>
  274.             <child>
  275.               <object class="GtkLabel" id="song_info_error_label">
  276.                 <property name="visible">True</property>
  277.                 <property name="label" translatable="yes">Error message</property>
  278.                 <property name="wrap">True</property>
  279.               </object>
  280.               <packing>
  281.                 <property name="expand">False</property>
  282.                 <property name="fill">False</property>
  283.                 <property name="position">1</property>
  284.               </packing>
  285.             </child>
  286.           </object>
  287.           <packing>
  288.             <property name="expand">False</property>
  289.             <property name="fill">False</property>
  290.             <property name="position">1</property>
  291.           </packing>
  292.         </child>
  293.       </object>
  294.     </child>
  295.     <child type="tab">
  296.       <object class="GtkLabel" id="label105">
  297.         <property name="visible">True</property>
  298.         <property name="label" translatable="yes">Basic</property>
  299.         <property name="use_underline">True</property>
  300.       </object>
  301.       <packing>
  302.         <property name="tab_fill">False</property>
  303.       </packing>
  304.     </child>
  305.     <child>
  306.       <object class="GtkTable" id="song_info_additional">
  307.         <property name="visible">True</property>
  308.         <property name="border_width">12</property>
  309.         <property name="n_rows">11</property>
  310.         <property name="n_columns">2</property>
  311.         <property name="column_spacing">12</property>
  312.         <property name="row_spacing">6</property>
  313.         <child>
  314.           <object class="GtkLabel" id="name_label">
  315.             <property name="visible">True</property>
  316.             <property name="xalign">0</property>
  317.             <property name="label" translatable="yes">File name:</property>
  318.             <property name="mnemonic_widget">song_info_name</property>
  319.           </object>
  320.           <packing>
  321.             <property name="x_options">GTK_FILL</property>
  322.             <property name="y_options"></property>
  323.           </packing>
  324.         </child>
  325.         <child>
  326.           <object class="GtkLabel" id="song_info_duration">
  327.             <property name="visible">True</property>
  328.             <property name="can_focus">True</property>
  329.             <property name="xalign">0</property>
  330.             <property name="selectable">True</property>
  331.           </object>
  332.           <packing>
  333.             <property name="left_attach">1</property>
  334.             <property name="right_attach">2</property>
  335.             <property name="top_attach">1</property>
  336.             <property name="bottom_attach">2</property>
  337.             <property name="x_options">GTK_FILL</property>
  338.             <property name="y_options"></property>
  339.           </packing>
  340.         </child>
  341.         <child>
  342.           <object class="GtkLabel" id="bitrate_label">
  343.             <property name="visible">True</property>
  344.             <property name="xalign">0</property>
  345.             <property name="label" translatable="yes">Bitrate:</property>
  346.             <property name="mnemonic_widget">song_info_bitrate</property>
  347.           </object>
  348.           <packing>
  349.             <property name="top_attach">2</property>
  350.             <property name="bottom_attach">3</property>
  351.             <property name="x_options">GTK_FILL</property>
  352.             <property name="y_options"></property>
  353.           </packing>
  354.         </child>
  355.         <child>
  356.           <object class="GtkLabel" id="song_info_bitrate">
  357.             <property name="visible">True</property>
  358.             <property name="can_focus">True</property>
  359.             <property name="xalign">0</property>
  360.             <property name="selectable">True</property>
  361.           </object>
  362.           <packing>
  363.             <property name="left_attach">1</property>
  364.             <property name="right_attach">2</property>
  365.             <property name="top_attach">2</property>
  366.             <property name="bottom_attach">3</property>
  367.             <property name="x_options">GTK_FILL</property>
  368.             <property name="y_options"></property>
  369.           </packing>
  370.         </child>
  371.         <child>
  372.           <object class="GtkLabel" id="location_label">
  373.             <property name="visible">True</property>
  374.             <property name="xalign">0</property>
  375.             <property name="label" translatable="yes">Location:</property>
  376.             <property name="mnemonic_widget">song_info_location</property>
  377.           </object>
  378.           <packing>
  379.             <property name="top_attach">3</property>
  380.             <property name="bottom_attach">4</property>
  381.             <property name="x_options">GTK_FILL</property>
  382.             <property name="y_options"></property>
  383.           </packing>
  384.         </child>
  385.         <child>
  386.           <object class="GtkLabel" id="label117">
  387.             <property name="visible">True</property>
  388.             <property name="xalign">0</property>
  389.           </object>
  390.           <packing>
  391.             <property name="top_attach">5</property>
  392.             <property name="bottom_attach">6</property>
  393.             <property name="x_options">GTK_FILL</property>
  394.             <property name="y_options"></property>
  395.           </packing>
  396.         </child>
  397.         <child>
  398.           <object class="GtkLabel" id="last_played_label">
  399.             <property name="visible">True</property>
  400.             <property name="xalign">0</property>
  401.             <property name="label" translatable="yes">Last played:</property>
  402.             <property name="mnemonic_widget">song_info_lastplayed</property>
  403.           </object>
  404.           <packing>
  405.             <property name="top_attach">7</property>
  406.             <property name="bottom_attach">8</property>
  407.             <property name="x_options">GTK_FILL</property>
  408.             <property name="y_options"></property>
  409.           </packing>
  410.         </child>
  411.         <child>
  412.           <object class="GtkLabel" id="song_info_lastplayed">
  413.             <property name="visible">True</property>
  414.             <property name="can_focus">True</property>
  415.             <property name="xalign">0</property>
  416.             <property name="selectable">True</property>
  417.           </object>
  418.           <packing>
  419.             <property name="left_attach">1</property>
  420.             <property name="right_attach">2</property>
  421.             <property name="top_attach">7</property>
  422.             <property name="bottom_attach">8</property>
  423.             <property name="x_options">GTK_FILL</property>
  424.             <property name="y_options"></property>
  425.           </packing>
  426.         </child>
  427.         <child>
  428.           <object class="GtkLabel" id="play_count_label">
  429.             <property name="visible">True</property>
  430.             <property name="xalign">0</property>
  431.             <property name="label" translatable="yes">Play count:</property>
  432.             <property name="mnemonic_widget">song_info_playcount</property>
  433.           </object>
  434.           <packing>
  435.             <property name="top_attach">8</property>
  436.             <property name="bottom_attach">9</property>
  437.             <property name="x_options">GTK_FILL</property>
  438.             <property name="y_options"></property>
  439.           </packing>
  440.         </child>
  441.         <child>
  442.           <object class="GtkLabel" id="song_info_playcount">
  443.             <property name="visible">True</property>
  444.             <property name="can_focus">True</property>
  445.             <property name="xalign">0</property>
  446.             <property name="selectable">True</property>
  447.           </object>
  448.           <packing>
  449.             <property name="left_attach">1</property>
  450.             <property name="right_attach">2</property>
  451.             <property name="top_attach">8</property>
  452.             <property name="bottom_attach">9</property>
  453.             <property name="x_options">GTK_FILL</property>
  454.             <property name="y_options"></property>
  455.           </packing>
  456.         </child>
  457.         <child>
  458.           <object class="GtkLabel" id="label119">
  459.             <property name="visible">True</property>
  460.             <property name="xalign">0</property>
  461.           </object>
  462.           <packing>
  463.             <property name="top_attach">9</property>
  464.             <property name="bottom_attach">10</property>
  465.             <property name="x_options">GTK_FILL</property>
  466.             <property name="y_options"></property>
  467.           </packing>
  468.         </child>
  469.         <child>
  470.           <object class="GtkLabel" id="label120">
  471.             <property name="visible">True</property>
  472.             <property name="xalign">0</property>
  473.           </object>
  474.           <packing>
  475.             <property name="left_attach">1</property>
  476.             <property name="right_attach">2</property>
  477.             <property name="top_attach">9</property>
  478.             <property name="bottom_attach">10</property>
  479.             <property name="x_options">GTK_FILL</property>
  480.             <property name="y_options"></property>
  481.           </packing>
  482.         </child>
  483.         <child>
  484.           <object class="GtkEntry" id="song_info_name">
  485.             <property name="visible">True</property>
  486.             <property name="can_focus">True</property>
  487.             <property name="editable">False</property>
  488.             <property name="invisible_char">●</property>
  489.             <accessibility>
  490.               <relation type="labelled-by" target="name_label"/>
  491.             </accessibility>
  492.           </object>
  493.           <packing>
  494.             <property name="left_attach">1</property>
  495.             <property name="right_attach">2</property>
  496.             <property name="y_options"></property>
  497.           </packing>
  498.         </child>
  499.         <child>
  500.           <object class="GtkLabel" id="rating_label">
  501.             <property name="visible">True</property>
  502.             <property name="xalign">0</property>
  503.             <property name="yalign">0</property>
  504.             <property name="label" translatable="yes">_Rating:</property>
  505.             <property name="use_underline">True</property>
  506.           </object>
  507.           <packing>
  508.             <property name="top_attach">10</property>
  509.             <property name="bottom_attach">11</property>
  510.             <property name="x_options">GTK_FILL</property>
  511.             <property name="y_options"></property>
  512.           </packing>
  513.         </child>
  514.         <child>
  515.           <object class="GtkHBox" id="song_info_rating_container">
  516.             <property name="visible">True</property>
  517.             <child>
  518.               <placeholder/>
  519.             </child>
  520.           </object>
  521.           <packing>
  522.             <property name="left_attach">1</property>
  523.             <property name="right_attach">2</property>
  524.             <property name="top_attach">10</property>
  525.             <property name="bottom_attach">11</property>
  526.             <property name="x_options">GTK_FILL</property>
  527.             <property name="y_options">GTK_FILL</property>
  528.           </packing>
  529.         </child>
  530.         <child>
  531.           <object class="GtkLabel" id="label118">
  532.             <property name="visible">True</property>
  533.             <property name="xalign">0</property>
  534.           </object>
  535.           <packing>
  536.             <property name="left_attach">1</property>
  537.             <property name="right_attach">2</property>
  538.             <property name="top_attach">5</property>
  539.             <property name="bottom_attach">6</property>
  540.             <property name="x_options">GTK_FILL</property>
  541.             <property name="y_options"></property>
  542.           </packing>
  543.         </child>
  544.         <child>
  545.           <object class="GtkLabel" id="duration_label">
  546.             <property name="visible">True</property>
  547.             <property name="xalign">0</property>
  548.             <property name="label" translatable="yes">Duration:</property>
  549.             <property name="mnemonic_widget">song_info_duration</property>
  550.           </object>
  551.           <packing>
  552.             <property name="top_attach">1</property>
  553.             <property name="bottom_attach">2</property>
  554.             <property name="x_options">GTK_FILL</property>
  555.             <property name="y_options"></property>
  556.           </packing>
  557.         </child>
  558.         <child>
  559.           <object class="GtkEntry" id="song_info_location">
  560.             <property name="visible">True</property>
  561.             <property name="can_focus">True</property>
  562.             <property name="editable">False</property>
  563.             <property name="invisible_char">●</property>
  564.             <accessibility>
  565.               <relation type="labelled-by" target="location_label"/>
  566.             </accessibility>
  567.           </object>
  568.           <packing>
  569.             <property name="left_attach">1</property>
  570.             <property name="right_attach">2</property>
  571.             <property name="top_attach">3</property>
  572.             <property name="bottom_attach">4</property>
  573.             <property name="y_options"></property>
  574.           </packing>
  575.         </child>
  576.         <child>
  577.           <object class="GtkLabel" id="filesize_label">
  578.             <property name="visible">True</property>
  579.             <property name="xalign">0</property>
  580.             <property name="label" translatable="yes">File size:</property>
  581.             <property name="mnemonic_widget">song_info_filesize</property>
  582.           </object>
  583.           <packing>
  584.             <property name="top_attach">4</property>
  585.             <property name="bottom_attach">5</property>
  586.             <property name="x_options">GTK_FILL</property>
  587.             <property name="y_options"></property>
  588.           </packing>
  589.         </child>
  590.         <child>
  591.           <object class="GtkLabel" id="song_info_filesize">
  592.             <property name="visible">True</property>
  593.             <property name="can_focus">True</property>
  594.             <property name="xalign">0</property>
  595.             <property name="selectable">True</property>
  596.           </object>
  597.           <packing>
  598.             <property name="left_attach">1</property>
  599.             <property name="right_attach">2</property>
  600.             <property name="top_attach">4</property>
  601.             <property name="bottom_attach">5</property>
  602.             <property name="x_options">GTK_FILL</property>
  603.             <property name="y_options"></property>
  604.           </packing>
  605.         </child>
  606.         <child>
  607.           <object class="GtkLabel" id="date_added_label">
  608.             <property name="visible">True</property>
  609.             <property name="xalign">0</property>
  610.             <property name="label" translatable="yes">Date added:</property>
  611.             <property name="mnemonic_widget">song_info_dateadded</property>
  612.           </object>
  613.           <packing>
  614.             <property name="top_attach">6</property>
  615.             <property name="bottom_attach">7</property>
  616.             <property name="x_options">GTK_FILL</property>
  617.             <property name="y_options"></property>
  618.           </packing>
  619.         </child>
  620.         <child>
  621.           <object class="GtkLabel" id="song_info_dateadded">
  622.             <property name="visible">True</property>
  623.             <property name="can_focus">True</property>
  624.             <property name="xalign">0</property>
  625.             <property name="selectable">True</property>
  626.           </object>
  627.           <packing>
  628.             <property name="left_attach">1</property>
  629.             <property name="right_attach">2</property>
  630.             <property name="top_attach">6</property>
  631.             <property name="bottom_attach">7</property>
  632.             <property name="x_options">GTK_FILL</property>
  633.             <property name="y_options"></property>
  634.           </packing>
  635.         </child>
  636.       </object>
  637.       <packing>
  638.         <property name="position">1</property>
  639.         <property name="tab_fill">False</property>
  640.       </packing>
  641.     </child>
  642.     <child type="tab">
  643.       <object class="GtkLabel" id="label106">
  644.         <property name="visible">True</property>
  645.         <property name="label" translatable="yes">Details</property>
  646.         <property name="use_underline">True</property>
  647.       </object>
  648.       <packing>
  649.         <property name="position">1</property>
  650.         <property name="tab_fill">False</property>
  651.       </packing>
  652.     </child>
  653.   </object>
  654. </interface>
  655.